From 4784082fc0591a823bea94d43c43b0adefdf3d2f Mon Sep 17 00:00:00 2001 From: Alexis Beingessner Date: Wed, 19 Aug 2015 20:05:57 -0700 Subject: [PATCH] update makefile to include new images --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 981f28974..f6d8c9978 100644 --- a/Makefile.in +++ b/Makefile.in @@ -130,7 +130,7 @@ DOC_OPTS := --markdown-no-toc \ ASSETS := CNAME images/noise.png images/forkme.png images/Cargo-Logo-Small.png \ stylesheets/all.css stylesheets/normalize.css javascripts/prism.js \ javascripts/all.js stylesheets/prism.css images/circle-with-i.png \ - images/search.png + images/search.png images/org-level-acl.png images/auth-level-acl.png doc: $(foreach doc,$(DOCS),target/doc/$(doc).html) \ $(foreach asset,$(ASSETS),target/doc/$(asset)) \ -- 2.30.2